I am trying to use a script to fire off a spell that changes humans to tieflings. The spell itself is working, I think. But it's almost as if the script isn't even firing.
- IF
- AreaCheck("AR2600")
- XPLT(Player1,2000)
- Race(Player1,Human)
- THEN
- RESPONSE #100
- ReallyForceSpellRES("spinzr01",LastSummonerOf(Player1))
- DestroySelf()
- END
Basically, when the character is level 1 and is a human and is in Candlekeep, I want the script to fire. And I want the character to be "remade" as a tiefling by firing off that spell.
Edited by rapsam2003, 03 April 2016 - 10:24 PM.