View Single Post
  #7  
Old 01-23-2008, 10:50 PM
NightmareNight NightmareNight is offline
Nyte Magus
NightmareNight's Avatar
Join Date: Apr 2003
Posts: 119
NightmareNight is an unknown quantity at this point
Send a message via AIM to NightmareNight
Quote:
Originally Posted by [email protected] View Post
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"};

Where did you get that from o.o?
Reply With Quote