Gunslinger

International

Moderator: Moderators

Travers
Noob
Noob
Posts: 1
Joined: 04 Dec 2008, 20:34
Noob?: No

Gunslinger

#1 Post by Travers »

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
alextype
Noob
Noob
Posts: 3
Joined: 30 Jul 2009, 01:17
Noob?: Yes

Re: Gunslinger

#2 Post by alextype »

useSelf_skill Flip Coin {
lvl 5
sp >= 20
spirit < 10
inLockOnly 1
notWhileSitting 1
notInTown 1

}