Hey guys i've just been messing around with the story editor and im having trouble getting something accomplished. Curious if anyone else can help me out or knows how to do this.
Basically in the intro scene(After character creation) i'm wanting to have the main characters stripped of the starting gear and placed into a chest outside of a jail cell.
Currently i'm trying to use it in this way.
IF CharacterLeftRegion(CHARACTER_Player1,"CharacterCreation")
THEN
CharacterMoveAllItemsToContainer(CHARACTER_Player1, ITEM_FUR_Chest_A_000);
I know the IF triggers properly because i also have a teleport on the second player to a different jail cell and it executes fine. But for whatever reason it refuses to transfer the items off.
Any help would be much appreciated
Also should note I mostly know what im doing with a lot of this.. as far as any stupid errors like definitions not being set and what not. I've been referencing the jail story script in the main editor however theres so many alias and methods that i assume are being referenced in other scripts that i really dont have time to reverse engineer it to see how it all works.
Last edited by Demonata08; 25/07/14 09:17 AM.