View Single Post
  #1  
Old 10-09-2006, 02:58 AM
Salaisuus Salaisuus is offline
Registered User
Join Date: Mar 2004
Posts: 68
Salaisuus is on a distinguished road
Flags on GS2 - Simple question from a simpelton.

Ok how do I output script that uses flags on gs2?
Like if I want to have npc to react to player if a flag is true.

PHP Code:
public function onCreated()
{
if (
strtofloat(#s(clientr.flaggy)) >= 2)
{
canbepushed;
}

Something like that tho ofcourse that doesnt work.
Reply With Quote