| Posted: August 22nd, 2005, 3:13 pm |
|
tault_discoduck
|
|
You'd have to use another method to get the ID- its not static, its a spawn, which means it will just take the next ID number avalible. Now, if a if you knew the name of the node, you could probably compare the name of every new spawn in range to the name your camping, as soon as you get a match, do your apply_verb (the ID, which XU would have to provide) (the verb- again, I don't know it, but the default verb is sent with the spawn packet....somthing else Wy would have to build in. If theres more than one possible verb, the optional verbs get sent once the client requests them (triggered by you targeting it, or rightclicking it if its not targetable....although such items usualy only have 1 verb anyhow- the default one).
|
|