Need Help Writing sub using strings
Posted: Tue Aug 24, 2004 3:21 pm
Basically I need a sub that will do the following..
The problem I'm having is with
/if Current target = "my bot" {
I still haven't learned this code, I'm trying to find it in the documentation but it's slow going, still kinda slow at it.
Code: Select all
Sub DefendMyBot
/tar NPC radius 75
/delay 2
/assist
/if Current target = "my bot" {
/call KillMob
}
/return
/if Current target = "my bot" {
I still haven't learned this code, I'm trying to find it in the documentation but it's slow going, still kinda slow at it.