kn4tseb 
Master
 
Posts: 392
Likes Given: 45
Likes Received: 10 in 10 posts
Joined: May 2014
Reputation: 0
![]()
|
RE: differencing races?
(06-09-2014 05:28 PM)XuN Wrote: How are you defining the 'races'?
Code:
if (<race>==<src.race>)
[function race]
if (<body>==c_man || <body>==c_woman)
return 1
elseif (<body>==c_elf_male || <body>==c_elf_female)
return 2
elseif (<body>==c_gargoyle_male || <body>==c_gargoyle_female)
return 3
else
return -1
endif
The fact that a function returns (return 1) a value, would it alter the original behavior of a @trigger? which on this case would be @hit ???
@hit
"Return 1 Cancels the combat swing."
(This post was last modified: 06-10-2014 05:28 AM by kn4tseb.)
|
|
06-10-2014 05:26 AM |
|
|