Player information?
Posted: Sat Jul 05, 2003 11:11 am
How do I access information about a player?
Say I have a trigger_multiple with setthread / the_stuff and this in the script:
How do I access the properties of a player object, and maby more importantly: What properties exist?
Say I have a trigger_multiple with setthread / the_stuff and this in the script:
Code: Select all
the_stuff:
local.name = parm.other <Something something>
local.health = parm.other <Something something>
parm.other iprint ( "You are" local.name " and you have a health of " local.health )
end