Hirato, could you please clearify how to use these commands:
r_action_move
r_action_wander
And I wonder if there is any way to add own script signals in RPG-script (or define functions/procedures), e.g. when ending a quest.
Thank you in advance for your help
Hi! Welcome to the forum for Platinum Arts Sandbox Free 3D Game Maker. I currently have the forums locked as I am attempting to properly update them.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
In the meantime please join the new Discord Server!
If you have any questions please e-mail me through the Platinum Arts website.
AI paths
- kddekadenz
- Member
- Posts: 423
- Joined: July 17th, 2011, 11:02 am
- Name: kdd
- Contact:
Re: AI paths
Those two need a corresponding location entity.
I'll probably make variants at some stage which take coordinates instead.
with that, move should be self explanatory.
With wander, the "Radius" field defines the radius of the circle around the location entity in which the entity will wander.
Also note that the player can use these too, but ONLY during cutscenes.
EDIT
As for question #2, have a look at marystorm, or rosestorm as mike renamed it. Specifically the prison door and the piper's scripts.
You can define any arbitrary signal, there's a reason the syntax is "r_script_signal str body" and not "r_script_str body."
You can call any arbitrary signal and define its parameters. The internals use this exact same method for calling "update" and what not.
I'll probably make variants at some stage which take coordinates instead.
with that, move should be self explanatory.
With wander, the "Radius" field defines the radius of the circle around the location entity in which the entity will wander.
Also note that the player can use these too, but ONLY during cutscenes.
EDIT
As for question #2, have a look at marystorm, or rosestorm as mike renamed it. Specifically the prison door and the piper's scripts.
You can define any arbitrary signal, there's a reason the syntax is "r_script_signal str body" and not "r_script_str body."
You can call any arbitrary signal and define its parameters. The internals use this exact same method for calling "update" and what not.
This is not a url, clicking it is pointless