• Listen to a special audio message from Bill Roper to the Hive Workshop community (Bill is a former Vice President of Blizzard Entertainment, Producer, Designer, Musician, Voice Actor) 🔗Click here to hear his message!
  • Read Evilhog's interview with Gregory Alper, the original composer of the music for WarCraft: Orcs & Humans 🔗Click here to read the full interview.

Little Help!

Status
Not open for further replies.
Level 8
Joined
Jul 18, 2012
Messages
136
How can i change the ORPG save system after someone loads hes character to not be able to get the old items or hes teammate don't be able to get them! And One more thing i have to ask : in my orpg map if somebody types saves the save code in hes w3 folder saves to all players not just the player that type -save! Pls help me fix this too!
 
ill try to explain better first trigger is ur loading trigger.

trig 1

event
player loads character
conditions
actions
then pick each item in the units slots // i dont remember the gui actions
set gethandleID( item in slot 1) to itemarray[1]
" " till slot 6


trig 2

event
unit picks up item
conditions
itemarray[1] == true till end
actions
unit - order unit to drop item


something like tht. i dont use gui anymore. if u can read jass and still dont understand i may have time to make a better example.
 
Status
Not open for further replies.
Top