Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [script1]
- function ChangeAnim()
- Sprite.alpha = 0
- Sprite2.alpha = 1
- [script2]
- script1.Call("ChangeAnim")
- end
- [dialogue]
- [func:ChangeAnim]
- result:
- script2:(line x, char x-x): attempt to index a nil value
- Press ESC to reload
Advertisement
Add Comment
Please, Sign In to add comment