needhelp

Started by on the count of three, January 26, 2020, 09:22:36 PM

Previous topic - Next topic

on the count of three

i put this in one of my scripts:
say(-1)
text(1,0,0,4)
say(1)
createentity(2,1,18,32,1)

but all i got was gray text throwing out bogus code:
say(1)
createentity(2,1,18,32,1)
loadscript(stop) #v
customposition(center)

(say(-1) int.sc) solution?

Info Teddy

are you using ved's internal scripting mode by chance (the button that says "Int.sc mode")? that #v looks a bit suspicious.

if so, then you do not need to bother with typing that say(-1) stuff yourself. just type createentity(2,1,18,32,1). ved will take care of the rest for you if you've clicked the Int.sc mode button