Quote:
Originally Posted by maximus_asinus
Thanks for the clarification. So if I made the script serverside I could achieve my goal in initializing the loop, but since it would put pointless strain on the NPC Server, it would make more sense making it clientside and with playerenters?
I'm going back to my older levels and converting to GS2, and I'm wondering if I change certain tiles and use updateboard to make the changes visible, would the changes be made locally or for everyone in the level, or does it depend on the context I use those commands?
|
Serverside, there is a server option (savelevels=true) which when you use updateboard/updateboard2, the changes are actually saved.