ok that covers valso but not viel and vaelyn
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages1
#6
VVVVVV Help / needhelp
January 26, 2020, 09:22:36 PM
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?
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?
#7
VVVVVV Help / Re: internal commands do not work??? (createentity, gotoroom)
September 05, 2019, 11:18:31 AM #8
VVVVVV Help / Re: internal commands do not work??? (createentity, gotoroom)
September 02, 2019, 04:31:01 PMQuote from: AllyTally ♡ on September 01, 2019, 10:58:18 PMah. thank you. but how?
you need to be in internal scripting mode for internal commands to work
#9
VVVVVV Help / internal commands do not work??? (createentity, gotoroom)
September 01, 2019, 09:07:04 PM
read the title
Pages1