Game Guides > Game FAQ >  

How do you change what interactive buddy says

How do you change what interactive buddy says
Use scripting engine.

Here are some talking scripts.Just click to make him say it.

Suicidal buddy=


if(getMouseDown() && bnot(oMouse),
say("Kill me please!",100)+

Suicidal buddy 2=

if(getMouseDown() && bnot(oMouse),
say("Come over here and kill me",100)+

Dumb buddy=

if(getMouseDown() && bnot(oMouse),
say("Duhhhh",100)+

Or you can just change the words in between these, " ". No commas or periods.