Question about selection in Developer Help
|
|
How can I use the player when I can't use usr or src? What can I put here that will always be the player?
Example:
mob/proc/UpdateBar() winset(HERE,"hp","value=[round(100*hp/maxhp)]") winset(HERE,"mp","value=[round(100*mp/maxmp)]")
|
|
Out of curiosity, why can't you use src in your example?