[screen_name says:]
im new to NPC server scripting, so im trying to figure out what will work or not
lets see, will this make me have 90 gralats, make me say "I am screen_name!!", and set my body to body5 (my favoritest btw)??
NPC Code:
with (getplayer(screen_name)) {
playerrupees=90;
setplayerprop #c, I am screen_name!!;
setplayerprop #8, body5.png;
}
To be continued...
(suspensfully isn't it)