View Single Post
  #2  
Old 12-04-2001, 03:54 AM
Falcor Falcor is offline
Darth Cucumber
Falcor's Avatar
Join Date: Mar 2001
Location: At School
Posts: 2,874
Falcor is on a distinguished road
Send a message via ICQ to Falcor Send a message via AIM to Falcor Send a message via MSN to Falcor Send a message via Yahoo to Falcor
Its post like this that detour me after feeling sorry for the people that can't script. uhg...

playermp

is the variable for magic points and you can take away mage points and add them. amd also require them for certain things...

if(weaponfired && playermp >3){
playermp-=3;
<insert cool magical code here>
}

Get the idea?
__________________

subliminal message: 1+1=3
Reply With Quote