PHP Code:
new TARGET = create_entity ( "trigger_hurt" )
DispatchKeyValue ( TARGET , "classname" , "trigger_hurt" )
DispatchKeyValue ( TARGET , "dmg" , "19999" )
DispatchKeyValue ( TARGET , "damagetype" , "0" )
DispatchKeyValue ( TARGET , "origin" , "8192 8192 8192" )
DispatchSpawn ( TARGET )
entity_set_string( TARGET , EV_SZ_classname , "trigger_hurt" )
return TARGET
help me to convert this to fakemeta.
+ karma to helper