I wasn't sure whether to make a new thread for this. Better to have one big thread for small/specific scripting questions, or better to have a multitude of threads, each with their own separate questions and answers? I don't know!
Anyway.
Is there a reason I'm not seeing all the scripts listed on this wiki page show up?
http://www.divinityengine.net/index.php?title=List_of_scripting_commandsSpecifically, I'm trying to get the game to recognise
CharacterWander (FLOAT|TRIGGER range, FLOAT durationInSeconds [, INT run, GAMEOBJECT anchor])
Wander around for a certain time
as specified on that page.
But Osiris doesn't seem to recognise it.
is there a known issue where Osiris doesn't bring in all predefined commands, or am I missing something?
For the record, my mini-goal here is to get an idle NPC to start running around randomly when they get set on fire. So I was trying to set up something along the lines of
IF
a specific NPC gains status 'burning'
THEN
that NPC will start wandering around
If anyone has any ideas on how to achieve that, hit me up!