I got the bureaucrat script to work. Here it is:
//Run away!! Run away!!
void main()
{
int bRun = TRUE;
location lMoveAwayFrom = GetLocation(OBJECT_SELF);
float fMoveAwayRange = 80.0f;
ActionSpeakString("Aaaaah!!! Run away! Run away!");
ActionMoveAwayFromLocation(lMoveAwayFrom, bRun, fMoveAwayRange);
}
Run Away! Run Away!
Moderator: Event DM
-
- World Advisor, Co-founder
- Posts: 15149
- Joined: Fri Sep 14, 2001 9:48 pm
- Timezone: GMT-5
- Contact:
Run Away! Run Away!
"Truth has no form."
--Idries Shah
--Idries Shah