- Joined
- Sep 1, 2009
- Messages
- 124
I have been having some really annoying problems with banks..
They save fine, from what i can see, but the loading never works out the way i want to cross/map, it works fine if i save then load in the same game, but doesn't work when i restart!
heres the save:
They save fine, from what i can see, but the loading never works out the way i want to cross/map, it works fine if i save then load in the same game, but doesn't work when i restart!
heres the save:
-
Saving
-
Events
- Game - Player Any Player types a chat message containing "-save", matching Exactly
- Local Variables
- Conditions
-
Actions
- Bank - Open bank "Health Dialog Save" for player (Triggering player)
- Bank - Store unit Unit[(Triggering player)] as "Unit" of section "Hero" in bank (Last opened bank)
- Bank - Save bank (Last opened bank)
-
Events
-
Loading
-
Events
- Game - Player Any Player types a chat message containing "-load", matching Exactly
-
Local Variables
- Temp Point = (Position of Unit[(Triggering player)]) <Point>
- Conditions
-
Actions
- Bank - Open bank "Health Dialog Save" for player (Triggering player)
- Unit - Remove Unit[(Triggering player)] from the game
- Bank - Restore "Unit" of section "Hero" from bank (Last opened bank) for player (Triggering player) at (Temp Point facing 270.0 degrees) facing 0.0
- Variable - Set Unit[(Triggering player)] = (Last created unit)
-
Events