Thread: Onwall2 Syntax
View Single Post
  #5  
Old 03-13-2005, 10:56 PM
KuJi KuJi is offline
Banned
Join Date: Apr 2004
Location: Staten Island, New York
Posts: 2,202
KuJi will become famous soon enough
Send a message via ICQ to KuJi Send a message via AIM to KuJi Send a message via MSN to KuJi Send a message via Yahoo to KuJi
NPC Code:
if (actionserverside) {
if (strequals(#p(0),drop)) {
noplayeronwall;
aimx = playerx+.5+vecx(playerdir)*2;
aimy = playery+1.5+vecy(playerdir)*1.75;
if (!onwall2(aimx,aimy,2,2)) {
// Drop stuff goes here
}
}
}



Not detecting anything, maybe it's gscript2's fault :O

And the thing is, gscript2 --> Graal (Reg) = Doesn't work
Reply With Quote