- Joined
- Jan 18, 2005
- Messages
- 15
I paste a JESP code inside my map.
I already copy the dummy object, abilities, buff n code insde
n i also set the raw object name for the spell code 2 new name. but it shows compile error with:
error: expected a name
local string tab = GetAttachmentTable ( t )
error: expected an expression
local unit d = GetACaster ( )
All these code running well in original map.
Why? I already follows all the instruction. Do i missed something?
I already copy the dummy object, abilities, buff n code insde
n i also set the raw object name for the spell code 2 new name. but it shows compile error with:
error: expected a name
local string tab = GetAttachmentTable ( t )
error: expected an expression
local unit d = GetACaster ( )
All these code running well in original map.
Why? I already follows all the instruction. Do i missed something?