View Single Post
  #1  
Old 01-10-2006, 04:40 PM
Admins Admins is offline
Graal Administration
Join Date: Jan 2000
Location: Admins
Posts: 11,693
Admins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud ofAdmins has much to be proud of
Exclamation NPCServer updated

The npcserver has been updated:

- showtext() and showtext2(), showani() and showani2() work now
- you can directly write to player.ani and npc.ani, also you can access player.aniparams and npc.aniparams; when you set the ani then aniparams is replaced too
- fixed a problem of order of operations: 2*3^2 is now 18 (2*9) instead of 36 (6^2)
Reply With Quote