I have looked all around for a code in which will allow me to use flip coin and other gunslinger moves but have not been able to find one nor do i know exactly how to check how many coins i have so I am not able to create one myself is there any chance someone can ether give me the code or tell me a way to check how many coins I have out?
useSelf_skill Flip Coin {
lvl 5
sp > 20
coin <10 <-----(The word coin needs to be changed but to what?)
notWhileSitting 0
notInTown 0
}
~Thanks in advance~
Travers The Twilight
Gunslinger
Moderator: Moderators
-
- Noob
- Posts: 3
- Joined: 30 Jul 2009, 01:17
- Noob?: Yes
Re: Gunslinger
useSelf_skill Flip Coin {
lvl 5
sp >= 20
spirit < 10
inLockOnly 1
notWhileSitting 1
notInTown 1
}
lvl 5
sp >= 20
spirit < 10
inLockOnly 1
notWhileSitting 1
notInTown 1
}