• 🏆 Texturing Contest #33 is OPEN! Contestants must re-texture a SD unit model found in-game (Warcraft 3 Classic), recreating the unit into a peaceful NPC version. 🔗Click here to enter!
  • It's time for the first HD Modeling Contest of 2024. Join the theme discussion for Hive's HD Modeling Contest #6! Click here to post your idea!

Bank Issues

Status
Not open for further replies.
Level 8
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:

  • 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)
Heres the load

  • 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)
anyone know whats wrong?
 
Level 9
Joined
Nov 4, 2007
Messages
931
So are these supposed to replace the save/load systems in games? Does it really work? (Not for the one who made this thread, but for anyone else who has used this?)
 
Status
Not open for further replies.
Top