yay this new version has 3 GREAT features which help out in PWs and scripting a whole bunch:
Quote:
- when a tiles-image has been downloaded
all tiles using that image are redrawn,
so preventing messed up screens when
entering a room with new tiles
|
This can help PWs a bunch especialy Gileada with our wonderful overworld tileset
Quote:
- when weapon scripts do 'showani' then the
used ganis can do gani-scripting too
(e.g. for displaying nice effects on
status bar)
|
Very helpful for what was just listed above like it says and other use ful things
Quote:
- server-side scripts can do
'triggeraction 0,0,clientside,weapon,params'
to directly trigger the client-side part of
weapon of the player - catch it with
'if (actionclientside) actions;
|
This is what got me happy

cause now we dont have to do anymore of that save[0] stuff and all that just to go back to client side