ok so i got an item called squirell talisman that is obtained through chest, and the item is to turn you into a squirell, so i got the item to call common event called squirell control which is layed out as so---
squirell control
@>conditional branch: switch [0064: squirell talis on] == ON
- @>call common event : squirell off
- @>
: branch end
@>conditional branch switch [0064] == OFF
- @>control switches : [0064: squirell talis on] = ON
- @>call common event: squirell talisman on
- @>
: branch end
@>
then the two transforming common events are as follows--
squirell talisman on
@>change actor graphics:[Aluxes], 168-small10 0,,0
@>Text: wow the talisman turned you into a squirell
@>
squirell talisman off
@>contol switches: [0064: squirell talis on] = OFF
@>change actor graphic: [Aluxes], alien3, 0,,0
@>
the problem is that when i use the item it is constantly doing common event: [squirell talisman off], and not changing the character back
ok so i got an item called squirell talisman that is obtained through chest, and the item is to turn you into a squirell, so i got the item to call common event called squirell control which is layed out as so---
squirell control
@>conditional branch: switch [0064: squirell talis on] == ON
- @>call common event : squirell off
- @>
: branch end
@>conditional branch switch [0064] == OFF
- @>control switches : [0064: squirell talis on] = ON
- @>call common event: squirell talisman on
- @>
: branch end
@>
then the two transforming common events are as follows--
squirell talisman on
@>change actor graphics:[Aluxes], 168-small10 0,,0
@>Text: wow the talisman turned you into a squirell
@>
squirell talisman off
@>contol switches: [0064: squirell talis on] = OFF
@>change actor graphic: [Aluxes], alien3, 0,,0
@>
the problem is that when i use the item it is constantly doing common event: [squirell talisman off], and not changing the character back
Edited by diagostimoShare this post
Link to post
Share on other sites