
Re: a little story help...
I was gonna post a reply like a week ago but my computer literally died from ad-ware in like 3 seconds... Anywho.
Heres the way I think it should be, though keep in mind i havent written any code for LBZ story in a while...
Code:
:SelectLevel cellarena
:SelectChar 2 Goku
:SelectChar 1 Vegeta
----If you are going to limit players, use
----:limit (player number) (identifier) (number)
disable AI
:setcontroller 2 4
:talk 2 "haha now we get to fight!!"
:resettimer
:wait_until time > 5
enable AI
:setcontroller 2 0
This should work as far as i know...
Id test it, but my comp is still recovering from its 2nd reformat in like 2 days.
an example of a'limit' line:
:limit 1 CanTransform 0
(which would not allow Player 1 to transform, since 0 means false)