View Single Post
  #6  
Old 01-23-2008, 09:48 PM
[email protected] gamerfreakie@hotmail.com is offline
Registered User
gamerfreakie@hotmail.com's Avatar
Join Date: Nov 2007
Location: Holland
Posts: 77
gamerfreakie@hotmail.com is an unknown quantity at this point
Send a message via AIM to gamerfreakie@hotmail.com Send a message via MSN to gamerfreakie@hotmail.com
PHP Code:
function onCreated() {
condition false;
replaceani "walk","light-old_rifle-walk"();
replaceani "idle","light-old_rifle-idle"();
replaceani "sword","light-old_rifle-fire"();
}

function 
stuffHere() {
if (
condition) {
replaceani "walk","walk"();
replaceani "idle","idle"();
replaceani "sword","sword"();
}
}

function 
doMoreStuff() {
condition = {"one","two"};

Reply With Quote