No, thats GS2 and incorrect for this situation.
char in this context refers to the NPC. You may often find NPCs refered to as characters (e.g. showcharacter;)
To set the player prop, you do this
PHP Code:
setplayerprop #c, I WIN!;
|
oh ok, thanks, so player is the player and char is the npc? I GET IT