this is my coding:
JESS
Hi love.
choice
“Run”
TESSA exits right and is run_neutral_loop_rear
}
“Sassy”
TESSA is flirt_wink_subtle_atcamera
@TESSA exits right
}
but for some reason when she rus away it doesnt work it just makes an error
this is my coding:
JESS
Hi love.
choice
“Run”
TESSA exits right and is run_neutral_loop_rear
}
“Sassy”
TESSA is flirt_wink_subtle_atcamera
@TESSA exits right
}
but for some reason when she rus away it doesnt work it just makes an error
try to put ‘@’ infront TESSA, @TESSA exits right and is run_neutral_loop_rear , @TESSA is flirt_wink_subtle_atcamera
TESSA exits right and is run_neutral_loop_rear
Also, in this line, you need to put the character’s name before ‘is’.
@TESSA exits right and TESSA is run_neutral_loop_rear
i did what you said and it now says unexpected sequence you cannot use a director command starting with @ here
choice
“Run” {
@TESSA exits right and TESSA is run_neutral_loop_rear
}
“Sassy”{
@TESSA is flirt_wink_subtle_atcamera
@TESSA exits right
}
Try this ^^ You have to put brackets after “Run” and “Sassy”.
thank you so much it worked!
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.