[Release]] Cody NPC (Just like gMS) ;D

Status
Not open for further replies.
Newbie Spellweaver
Joined
Jan 5, 2009
Messages
9
Reaction score
0
Code:
function start() {
 cm.sendOk("Hi, I'm cody. I'm telling you, I really am from Wizet!");
 cm.dispose();
} 

function action(mode, type, selection) {
}

It 100% works and is like global.

credits to me.
 
Dude its not from GMS

Code:
function start() {
 cm.sendOk("Hi, I'm [b]C[/b]ody. I'm telling you, I really am from Wizet!");
 cm.dispose();
} 

function action(mode, type, selection) {
}

I did it correctly :)
 
Status
Not open for further replies.
Back