Modifié par Green_Dragon123, 09 juillet 2011 - 06:06 .
EscapeArea() & RewardPartyXP()
Débuté par
Green_Dragon123
, juil. 09 2011 06:04
#1
Posté 09 juillet 2011 - 06:04
How do I go about if I want to use these functions in the same script? They require "nw_i0_plot" and "nw_i0_tool" to work, but I get an error message when I try to include them both and compile the script.
#2
Posté 09 juillet 2011 - 07:25
You can not include both in the same script, because both of them try to define some of the same functions. You could remove the common functions from one of the scripts, but that could cause more problems then it is worth.
What functuions are you trying to use?
Edit: guess I shoud have read the title. lol
Instead of including nw_i0_tool for the RewardPartyXP() function:
include: "x0_i0_partywide"
and use: GiveXPToAll() instead.
Edit: guess I shoud have read the title. lol
Instead of including nw_i0_tool for the RewardPartyXP() function:
include: "x0_i0_partywide"
and use: GiveXPToAll() instead.
Modifié par Lightfoot8, 09 juillet 2011 - 07:40 .





Retour en haut






