ID:176980
Nov 23 2002, 10:34 am
|
|
make a Status page showing HP and Ki and an Attack thingy that damages other players.
|
Copyright © 2024 BYOND Software.
All rights reserved.
var
HP = 100
KI = 10
Stat()
statpanel("Stats",HP)
statpanel("Stats",KI)
and so on... This is very basic stuff covered in Zilal's wonderful tutorial, ZBT. I would recommend reading it and following the examples.
~X
[Edit] Ok, I was mistaken. Stat panels aren't covered in ZBT, but attacking is. I would suggest looking up the Stat() proc for clients in the Reference.