ID:1260927
 
(See the best response by Neimo.)
Code:
mob
proc
FactionChoose()
while(src.level==9)


Problem description:I'm trying to create an input to appear when you hit level 10, but I don't actually know how. Could anyone help?

Best response
while() wouldn't be needed here. Use an if() statement and compare the level to 10 and if it is, create the input.
Got it, thanks.