View Single Post
  #14  
Old 12-05-2001, 07:06 AM
nyghtGT nyghtGT is offline
Banned
nyghtGT's Avatar
Join Date: Jun 2001
Posts: 3,993
nyghtGT is on a distinguished road
Send a message via AIM to nyghtGT
Quote:
Originally posted by Draktha


Be more specific.. point out what parts i need to change to get it to work offline
just to show you how much a pain scripting a non-p2p bomy would be i am posting only the Clientside parts of the script ...
NPC Code:

NPC Code:

//#CLIENTSIDE
if (playerenters || timeout) {
if (onwater(x+1,y+2) && random(0,10)<2) putleaps 5, x, y+1;
timereverywhere;
timeout = 0.1;
}




It does not require a GScript wizard to do it but I advise you using 'in-perfect ways' of doig it. Meaning make it as simple and dopey at first as long as it will work. Then gradually modify it to better suit your needs ...
Reply With Quote